Laminas Framework API Reference
Home
GitHub
All Components
→
laminas/laminas-authentication
→
Class AdapterInterface
Interface AdapterInterface
Summary
Fully Qualified Name:
Laminas\Authentication\Adapter\AdapterInterface
Description
Methods
Name
Description
Defined By
authenticate()
Performs an authentication attempt
AdapterInterface
Method Details
authenticate()
Performs an authentication attempt
Returns: \Laminas\Authentication\Result
Top